07. Layout Editor Basics
ANDK L2 17 Layout Editor SC
Android Developer Documentation:
Layout Editor Basics
QUIZ QUESTION::
Match the parts of the Layout Editor with their descriptions.
ANSWER CHOICES:
|
Description |
Layout Editor Part |
|---|---|
Shows the project hierarchy in an arrangement that is more intuitive for Android projects than the raw file hierarchy. |
|
Lets you switch between visual and code representation of the screen layout. |
|
Lists common views for UI elements and layouts that you can add to the layout design. |
|
Shows the layout hierarchy as a tree of views. |
|
Shows a preview of your screen and a blueprint version. |
|
Shows attributes of the currently selected view. |
SOLUTION:
|
Description |
Layout Editor Part |
|---|---|
|
Shows attributes of the currently selected view. |
|
|
Shows the layout hierarchy as a tree of views. |
|
|
Lets you switch between visual and code representation of the screen layout. |
|
|
Shows the project hierarchy in an arrangement that is more intuitive for Android projects than the raw file hierarchy. |
|
|
Shows a preview of your screen and a blueprint version. |
|
|
Lists common views for UI elements and layouts that you can add to the layout design. |